相似CSS語法及其差異 補


Posted by mijouhsieh on 2023-03-12

align-items

align-content

align-self

align-items

設定多行子元素,每一行的排版。
flexbox 和 CSS Grid都有支援 align-items
flexbox 控制副軸上子元素的對齊方式。
CSS Grid 控制塊轴上子元素的對齊方式。


align-content MDN


align-self MDN


#align-self #align-items #align-content







Related Posts

AWS EC2 部署網站:卡關記錄 & 心得

AWS EC2 部署網站:卡關記錄 & 心得

Laravel 7 passing collection to anonymous components

Laravel 7 passing collection to anonymous components

Return * for n number of times

Return * for n number of times


Comments